To create a new plugin you have create the general plugin structure. For this open Insensa GIS, create a new or select an old project and selelect Extensions and Manager from the Menu. In the dialog you can choose between
Select ”New” to create a plugin from scratch. Select the location on your harddrive where you want to store your plugin project and give it a name. Click OK to close the dialogue.
The extension manager will automatically create the basic structure for your plugin including the following folders:
The R Scripts will be executed every time the plugin is being used in Insensa GIS. If you want to allow the user of the plugin to change settings you need at least two R Scripts, one for the functions to be executed and one for the extensions. We have developed an R Package to allow easier plugin development.